home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / ckrem100.arc / CHKREMOT.DOC < prev    next >
Encoding:
Text File  |  1987-04-16  |  3.3 KB  |  88 lines

  1.  
  2.                   CHKREMOT : Check for Remote Console Utility
  3.                            Version 1.00, 15-Apr-1987
  4.                                   SMG Software
  5.  
  6.                              (C) Copyright 1987 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.  
  11.          This program allows a computer to determine,  from within a  batch 
  12.     file,   whether a user is local or remote.   If the user is  local,   a 
  13.     return code of 0 is given, while if the user is remote, the return code 
  14.     is 1.   This is useful for Bulletin Board SysOps,  or other individuals 
  15.     who regularly run remotely,  to prevent system crashes cause by running 
  16.     software remotely that will only work locally (such as WordStar, etc.).  
  17.     A sample batch file is included to demonstrate the use of this program.  
  18.  
  19.  
  20.     Command Format:
  21.  
  22.          CHKREMOT
  23.  
  24.  
  25.  
  26.     Examples:
  27.  
  28.          CHKREMOT            (Will respond with data for the default disk)
  29.          IF ERRORLEVEL 1 GOTO ERROR
  30.  
  31.  
  32.  
  33.     Revison History:
  34.  
  35.          Version 1.00        Initial Release
  36.     
  37. CHKREMOT, Version 1.00                                                   Page 2
  38.  
  39.  
  40.  
  41.          This software is distributed as ShareWare.  "ShareWare" means that 
  42.     you  are granted free license to use and copy this software as much  as 
  43.     you like, within the following restrictions: 
  44.  
  45.          1).  It  is  distributed  in  its  original,   unmodified  form, 
  46.               including program and documentation. 
  47.  
  48.          2).  No  fee is charged for use,  copying or distribution  (With 
  49.               the exception of nominal "per disk" copying charges, not to 
  50.               exceed $6.00 per disk).  
  51.  
  52.          3).  The  program  may  not  be included  with  other  goods  or 
  53.               services  supplied for a fee,  unless written permission to 
  54.               do so is obtained in advance from the author.  
  55.  
  56.     No  registration fees are required for this program,  but if you  would 
  57.     like to have the program customized in some minor way, a nominal fee of 
  58.     $10 is required.  The fee for major customization is negotiable, but in 
  59.     most cases will not exceed $25.  
  60.     
  61.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  62.     implied,  including  but  not  limited  to  fitfulness for a particular 
  63.     purpose.  
  64.  
  65.          If  you have any questions or comments about this or any other SMG 
  66.     program, or if you would like to register any SMG Software, write to me 
  67.     at the following address: 
  68.  
  69.                 Steven M. Georgiades
  70.                 SMG Software
  71.                 701-H South Hayward Street
  72.                 Anaheim, CA  92804
  73.  
  74.     Or leave a message for me on the Circuit Board:
  75.  
  76.                 The Circuit Board RBBS
  77.                 SysOp: Dave Kleinschmidt
  78.                 (714) 778-0948
  79.                 300/1200/2400 Baud, No Fee
  80.  
  81.     All  SMG  Software  is  initially released to the  public  through  the 
  82.     Circuit  Board.   The latest version of any SMG Software can always  be 
  83.     found there.  
  84.  
  85.     A diskette containing all of the latest SMG Software can be obtained by 
  86.     sending  a check or money order for $6.00  to the above address.   Make 
  87.     all checks payable to Steven M. Georgiades.  Thank you.  
  88.